# BEGIN LP-JOOMLA-STATIC
# Rewrite flat .html + index.php/slug untuk static LP
<IfModule mod_rewrite.c>
RewriteEngine On
  # /page.html/ → /page.html (flat Joomla SEF — tanpa trailing slash)
  RewriteRule ^(.+\.html)/+$ $1 [L]
</IfModule>
# END LP-JOOMLA-STATIC
